@charset "utf-8";
/* CSS Document */
/* ===========================
--- だいすけ画像スライド
============================ */

#slideshow {
	position: relative;
	width: 150px; /* 画像の横幅に合わせて記述 */
	height: 150px; /* 画像の高さに合わせて記述 */
	margin-left: auto;
	background-color: #eee8aa;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;	
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/* ===========================
--- サイドメニュー
============================ */

.said {
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.said2 {
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 5px 2px #E1E1E1;
	box-shadow: 2px 2px 5px 2px #E1E1E1;
}

.said3 {
	margin-right: 0px;
	width: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 0.1em;
}

.said4 {
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 5px 2px #E1E1E1;
	box-shadow: 2px 2px 5px 2px #E1E1E1;
}

.said5 {
	width: 100%;
	margin-top: 10px;	
}

.said6 {
	width: auto;
	border: 1px solid #0310F5;
	padding-bottom: 3px;
	
}

.said7 {
	width: 100%;
	height: 10px;
	background-color: #0612F0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.said8 {
	width: auto;
	border: 1px solid #E30404;
	padding-bottom: 3px;	
}

.said9 {
	width: 100%;
	height: 10px;
	background-color: #E30404;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.said10 {
	width: auto;
	border: 1px solid #124B04;
	padding-bottom: 3px;	
}

.said11 {
	width: 100%;
	height: 10px;
	background-color: #124B04;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.said12 {
	width: 100%;
	margin-top: 10%;
  	text-align: center;
}

.rsample{
	position: relative;
 } 
 .rsample span{
	position: absolute;
	bottom: 5px;
	width: auto;
 } 
 .rsample img{ 
     width:100%; 
 } 


/* ===========================
--- サイドカテゴリ商品
============================ */

.category01 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.category01 a {
	color: #0502FF; 
  	text-decoration: none;
}

.category01 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}

.category01 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.category001 {
	margin-left: 5px;
	float: left;
	-webkit-box-shadow: 1px 1px 5px 1px #635F5F;
	box-shadow: 1px 1px 2px 1px #635F5F;
}

.category002 {
	margin-left: 5px;
	padding-left: 70px;
	font-size: 12px;
	line-height: 12px;
}

.category003 {
	margin-left: 5px;
	padding-left: 70px;
	font-size: 14px;
	color: #353333;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}

.category004 {
	margin-left: 5px;
	padding-left: 70px;
	font-size: 12px;
	line-height: 12px;	
}

/* ===========================
--- 00%ストレート果汁ジュース
============================ */
.jucetop img {
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px #C5BEBE;
	box-shadow: 1px 1px 2px 1px #C5BEBE;
}
.jucetop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}

/* ===========================
-カテゴリ詳細
============================ */

.container002 {
	width: auto;
	height: auto;
	border-radius: 10px;
	background-color: #85A9FF;
	-webkit-box-shadow: 2px 2px 0px 2px #888484;
	box-shadow: 2px 2px 0px 2px #888484;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-bottom: 5%;
	margin-top: 3%;
}

.container003 {
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #fff;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin-bottom: 0%;
}

.youtobox01 img {
	padding-bottom: 2%;
	
}

.youtobox01 h6 {
	color: #474A48;
	font-size: 1.5em;
	font-weight: bold;
}

.youtobox01 p {
	color: #6B6B6B;
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Arial Black", Gadget, sans-serif;
}

.youtobox01 hr {
	color: #6B6B6B;
	line-height: 1.3em;
	font-family: "Arial Black", Gadget, 
}

/* ===========================
--- フッター上部
============================ */
.fotter002 {
	color: #9A9393;
	font-weight: bold;
	margin-top: 1%;
	text-align: center;
	width: auto;
}

.fotter002 { font-size: 50px; }

@media only screen and (max-width: 540px) {
.fotter002 { font-size:25px }
}

.fotter003 {
	color: #8E94FF;
	font-weight: bold;
	margin-top: 0.2%;
	text-align: center;
	width: auto;
}

.fotter003 { font-size: 30px; }

@media only screen and (max-width: 540px) {
.fotter003 { font-size:18px }
}

.fotter004 {
	color: #222223;
	margin-top: 5%;
	text-align: left;
	width: auto;
	margin-left: 20%;
	margin-right: 20%;
}

.fotter004 { font-size: 18px; }

@media only screen and (max-width: 540px) {
.fotter004 { font-size:14px }
}

.footerontena {
	margin-top: 3%;
	margin-left: 15%;
	margin-right: 15%;
}

.footerontena img {
	-webkit-box-shadow: 2px 2px 3px 3px #6B6767;
	box-shadow: 2px 2px 1px 1px #6B6767;
	margin-top: 15%;
	margin-bottom: 15%;
}
